Migrate an Inventory
Overview
IQM and Xandr use similar terms and approaches for Inventory, with the following exceptions:
- IQM uses the Private Marketplace (PMP), while Xandr uses Private Auction.
- IQM uses Inventory Groups, while Xandr uses Inventory Lists and Inventory List Items.
The API Comparison table highlights the main actions and API methods for managing Inventory and deals. Select an endpoint from IQM or Xandr to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from Xandr to IQM.
API Comparisons
Base URLs
IQM: https://app.iqm.com
Xandr: https://api.appnexus.com
Action | IQM Endpoint | Xandr Endpoint | Notes |
---|---|---|---|
Get List of Deals | /api/v3/pmp/deals/list /api/v3/inv/pg/deals/list | /deal | IQM endpoints return lists of deals available to customers (owIds) or to the user (owId). |
Get Deal Details by ID | /api/v3/inv/pmp/deals/{id} /api/v3/inv/pg/deals/{id} | /deal | Xandr endpoint uses query parameter id to retrieve deal details. |
Create Deal | /api/v3/inv/pmp/deals/add /api/v3/inv/pg/deals/add | /deal | Xandr endpoint specifies deal type with type parameter. |
Update Deal | /api/v3/inv/pmp/deals/{id} /api/v3/inv/pg/deals/{id} | /deal | |
Get Inventory Item | /api/v3/inv/inventories/list | /inventory-list/%5BLIST_ID%5D/item /inventory-list/%5BLIST_ID%5D/item?search=SEARCH_TERM | IQM and Xandr endpoints use query parameters to search for inventories. |
Create Inventory Item | n/a | /inventory-list/%5BLIST_ID%5D/item | |
Get Inventory Group Details | /api/v3/inv/groups/list | /inventory-list | IQM endpoint can return group by id or, if unspecified, all groups. |
Create Inventory Group | /api/v3/inv/groups | /inventory-list | |
Update Inventory Group | /api/v3/inv/group/addMappings /api/v3/inv/group/removeMappings | /inventory-list/%5BINVENTORY_LIST_ID%5D | IQM endpoints support adding/removing inventories to a group by specifying filters, deal IDs, contextual inventory keywords or URLs, or by inventory ID. |
More Inventory Resources
IQM:
Xandr: